home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / W-Z / WK11.09->11.10.cpt / 11.10 New Stuff next >
Text File  |  1990-10-12  |  4KB  |  81 lines

  1. New As Of 11.10
  2. ---------------
  3.  
  4. All of the below features were added in version 11.09.  However, 11.09
  5. had a bug in some printing routines, so it was quickly pulled out of
  6. distribution, and replaced with version 11.10.  Therefore, since only 
  7. a few people saw version 11.09, the features added to it will be reported
  8. in this document.
  9.  
  10.  
  11. 1) Kermit will now catch and report a "Disk Full" error when receiving.
  12.  
  13. 2) Added a new feature.  If the following Procedure command:
  14.  
  15. PUTPARAM 504,1
  16.  
  17. is compiled and executed, the Terminal Window will be hidden during a
  18. file transfer, and reappear when the transfer is finished.  To turn off
  19. this feature, compile and execute the following Procedure command:
  20.  
  21. PUTPARAM 504,0
  22.  
  23. 3) Added support for the Stuffit Deluxe archive/unarchive engine.  If you
  24. own the Deluxe version of Stuffit, I think you'll really appreciate how
  25. easy it is now to work with archiving and unarchiving files without having
  26. to leave White Knight.  If the Stuffit engine is present, three new menu
  27. items will appear in White Knight:
  28.  
  29. File->Stuff Files
  30. -----------------
  31. This item allows you to create Stuffit archives.  You may select files
  32. either one at a time, or you may choose to archive the contents of entire
  33. folders, or you may do a combination of both as many times as you like.
  34. A scrolling list will show you the files that you have selected.  All of
  35. the types of compression offered by the Stuffit Engine are available, but
  36. the "Optimal" and "Best Guess" compression types will only be available
  37. if the version of the Stuffit Engine you are using is higher than 1.0.
  38.  
  39. File->Unstuff Files
  40. -------------------
  41. This item allows you to convert a Stuffit archive into its original
  42. component files.
  43.  
  44. Customize->Options->Unstuff
  45. ---------------------------
  46. There are two choices in this dialog box.
  47.  
  48. You can tell White Knight to automatically unstuff received files either
  49. at the end of a file transfer, before quitting White Knight, or not at all.
  50.  
  51. Unlike the File->Unstuff Files choice, you will not be given a dialog box
  52. asking you to name the resulting files as they are unstuffed, so this feature
  53. is fully compatible with Procedures.  If the archive contains only one file,
  54. that file will be placed in the same folder as the archive file.  If it
  55. contains more than one file, a new folder is created (using the archive name
  56. minus any ".sit" extension) in the folder containing the archive file, and the
  57. unstuffed files are placed in that new folder to help you locate them.
  58.  
  59. As an aside, I _could_ have added a auto-stuff before send feature, but after
  60. doing so and testing it, I found that all too often it created problems
  61. with time-sensitive file transfer protocol startups, and so I hacked it back
  62. out.
  63.  
  64. The other option in this dialog box will allow you to instruct the Stuffit
  65. engine to delete the original archive file after unstuffing it (either through
  66. auto-unstuffing through a protocol file receive, or by use of the File->
  67. Unstuff files menu choice).
  68.  
  69. 4) I liked the dialog box I created for stuffing files (not to mention that
  70. the FolderBatch RCMD won't work under MultiFinder) so much, that I
  71. incorporated it in the File->Create Batch File menu choice.  As when
  72. Stuffing files, you can add files to the Batch either one at a time, you
  73. can add the contents of a folder, or you can add files using a combination
  74. of these techniques.  A scrolling list will show you which files will be
  75. specified in the Batch File.
  76.  
  77. 5) Fixed bug in "Write Procedure For Me" that changed the XMODEM style
  78. erroneously.
  79.  
  80.  
  81.